home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 342
- Top = 165
- Width = 655
- Height = 384
- Caption = 'Drag and Drop Viewer'
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- Position = poScreenCenter
- ShowHint = True
- PixelsPerInch = 96
- TextHeight = 15
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 647
- Height = 33
- Align = alTop
- Caption = 'Panel1'
- TabOrder = 0
- OnResize = Panel1Resize
- object ComboBox1: TComboBox
- Left = 4
- Top = 5
- Width = 637
- Height = 23
- Hint = 'List of dropped files'
- ItemHeight = 15
- TabOrder = 0
- OnChange = ComboBox1Change
- end
- end
- object Memo1: TRichEdit
- Left = 0
- Top = 33
- Width = 647
- Height = 324
- Hint = 'Right click for action menu'
- Align = alClient
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- ScrollBars = ssBoth
- TabOrder = 1
- WordWrap = False
- end
- object FontDialog1: TFontDialog
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Device = fdBoth
- MinFontSize = 0
- MaxFontSize = 0
- Left = 440
- Top = 112
- end
- object PopupMenu1: TPopupMenu
- OnPopup = PopupMenu1Popup
- Left = 496
- Top = 64
- object FileDropEnabled1: TMenuItem
- Caption = 'FileDrop Enabled'
- Checked = True
- GroupIndex = 1
- ShortCut = 0
- OnClick = FileDropEnabled1Click
- end
- object N2: TMenuItem
- Caption = '-'
- GroupIndex = 1
- ShortCut = 0
- end
- object Font1: TMenuItem
- Caption = 'Font...'
- GroupIndex = 1
- ShortCut = 0
- OnClick = Font1Click
- end
- object WordWrap1: TMenuItem
- Caption = 'Word Wrap'
- GroupIndex = 1
- ShortCut = 0
- OnClick = WordWrap1Click
- end
- object N3: TMenuItem
- Caption = '-'
- GroupIndex = 1
- ShortCut = 0
- end
- object PrinterSetup1: TMenuItem
- Caption = 'Printer Setup...'
- GroupIndex = 1
- ShortCut = 0
- OnClick = PrinterSetup1Click
- end
- object Print1: TMenuItem
- Caption = 'Print...'
- GroupIndex = 1
- ShortCut = 0
- OnClick = Print1Click
- end
- object N1: TMenuItem
- Caption = '-'
- GroupIndex = 1
- ShortCut = 0
- end
- object Exit1: TMenuItem
- Caption = 'Exit'
- GroupIndex = 1
- ShortCut = 0
- OnClick = Exit1Click
- end
- end
- object PrintSetup: TPrinterSetupDialog
- Left = 496
- Top = 112
- end
- object DropFile1: TDropFile
- OnDropFile = DropFile1DropFile
- Left = 440
- Top = 64
- end
- object PrintDialog1: TPrintDialog
- Left = 552
- Top = 112
- end
- end
-